|
Notification SDK Server
4.36.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
|
This exception is thrown when a problem occurs while using NotificationSDKServer. More...
Inherits Exception.
Public Member Functions | |
| NotificationSDKServerException (int errorCode) | |
| Constructs a new NotificationSDKServerException. More... | |
| NotificationSDKServerException (int errorCode, Exception cause) | |
| Constructs a new NotificationSDKServerException. More... | |
| NotificationSDKServerException (int errorCode, string cause) | |
| Constructs a new NotificationSDKServerException. More... | |
Properties | |
| int | ErrorCode [get] |
| The error code of the NotificationSDKServerException. Error codes are defined in the NotificationSDKServerErrorCodes class. More... | |
This exception is thrown when a problem occurs while using NotificationSDKServer.
|
inline |
Constructs a new NotificationSDKServerException.
| errorCode | The error code. See NotificationSDKServerErrorCodes for more details. |
|
inline |
Constructs a new NotificationSDKServerException.
| errorCode | The error code. See NotificationSDKServerErrorCodes for more details. |
| cause | Exception describing the cause of the failure. It can be retrieved by the System.Exception.InnerException property. |
|
inline |
Constructs a new NotificationSDKServerException.
| errorCode | The error code. See NotificationSDKServerErrorCodes for more details. |
| cause | Exception message describing the cause of the failure. |
|
get |
The error code of the NotificationSDKServerException. Error codes are defined in the NotificationSDKServerErrorCodes class.